RM
, distribution families
withRR
, processes withRP
, user
functions withRF
RFsimulate
can perform
unconditional simulation, conditional simulation and random
imputing.ShowModels
(ii) automatic estimation of 10 and more arguments in multivariate and/or space-time models
## S4 vs S3 x <- seq(0, 10, if (interactive()) 0.1 else 2) model <- RMexp() plot(RFsimulate(model, x)) ## S4 plot(RFsimulate(model, x, spConform=FALSE)) ## no class
FinalizeExample()